Welcome![Sign In][Sign Up]
Location:
Search - c BP

Search list

[Other resourceC++BP

Description: C++的BP算法源程序,很经典的,可以参考啊!-C BP algorithm source, the classic, reference ah!
Platform: | Size: 4885 | Author: qf | Hits:

[Mathimatics-Numerical algorithmsC++ BP算法源程序

Description: C++ BP算法源程序.rar-C BP algorithm source. Rar
Platform: | Size: 6201 | Author: 李刚 | Hits:

[Other resource经改写过的C++ bp神经网络算法

Description: 基本bp神经网络算法和改进型bp神经网络算法都是我改写完成的算法,是网上到处传播的一个c++ bp神经网络算法改写的,由于网上的那个算法编译会出现若干百个错误,在其基础上重新编写和改进,写出了这两个算法-bp basic neural network algorithms and improved neural network algorithm bp I are complete rewrite the algorithm, the Internet is spreading everywhere, a c bp neural network algorithm rewrite the Internet that the algorithm will build several hundred mistakes, on the basis of its rewrite and improve, and wrote a This algorithm 2
Platform: | Size: 31431 | Author: 原则性 | Hits:

[AI-NN-PRbp

Description: bp神经网络源程序--A BP NN code
Platform: | Size: 7168 | Author: 站长 | Hits:

[Mathimatics-Numerical algorithms基于C++的BP算法源程序(包括训练和仿真)

Description: 基于C++的BP算法源程序(包括训练和仿真)- Based on C BP algorithm source program (including training and simulation)
Platform: | Size: 2048 | Author: 宋雨 | Hits:

[AI-NN-PRBP神经网络的C语言实现

Description: BP神经网络的C语言实现-Neural Network C Language
Platform: | Size: 4096 | Author: tu | Hits:

[AI-NN-PRBP程序C代码C_bp

Description: 神经网络BP算法源代码-BP neural network algorithm C sourcecode
Platform: | Size: 10240 | Author: yzh | Hits:

[AI-NN-PRBP神经网络程序

Description: BP神经网络程序.zip-BP neural network programming. Zip
Platform: | Size: 412672 | Author: | Hits:

[AI-NN-PRBP算法源码

Description: 一个神经网络BP算法源码-a neural network algorithm source code
Platform: | Size: 129024 | Author: 刘锐 | Hits:

[AI-NN-PR经改写过的C++ bp神经网络算法

Description: 基本bp神经网络算法和改进型bp神经网络算法都是我改写完成的算法,是网上到处传播的一个c++ bp神经网络算法改写的,由于网上的那个算法编译会出现若干百个错误,在其基础上重新编写和改进,写出了这两个算法-bp basic neural network algorithms and improved neural network algorithm bp I are complete rewrite the algorithm, the Internet is spreading everywhere, a c bp neural network algorithm rewrite the Internet that the algorithm will build several hundred mistakes, on the basis of its rewrite and improve, and wrote a This algorithm 2
Platform: | Size: 31744 | Author: 原则性 | Hits:

[AI-NN-PRBP-RBF算法

Description: BP,RBF算法,用VC实现,一个很好的毕业设计-BP, RBF algorithm, with VC, a good design graduates
Platform: | Size: 952320 | Author: 原野 | Hits:

[CSharp人工神经网络BP算法源代码与演示程序

Description: 人工神经网络BP算法源代码与演示系统,分三层实现BP算法-artificial neural network algorithm source code and demonstration system is divided into three layers to achieve BP algorithm
Platform: | Size: 1620992 | Author: 唐唐 | Hits:

[AI-NN-PR神经网络bp类c++

Description: 该程序是BP神经网络算法C++类定义及其说明;经过调试。可用有效工具。对于机器人开发非常好。-BP neural network algorithm definition and category C; After debugging. Effective tools available. For robot development is very good.
Platform: | Size: 3072 | Author: 王红旗 | Hits:

[AI-NN-PR广义异或bp算法

Description: 本文件为用C语言实现的可实现广义异或问题的bp神经网络算法。该问题是对标准异或问题的推广。在标准异或问题中,输入X1和X2取离散量-1或+1,在广义异或问题中,输入(X1,X2)可以在区间[-1,+1] X [-1, +1]内任意取值,而输出为Y=sign(x1,x2),其中sign()为符号函数,在区间[-1,+1] X [-1, +1]内随机产生500个训练样本.本程序用标准BP网实现该分类问题.-this document for the use of C language of achieving broad differences or problems bp neural network algorithm. The problem is different to the standard or the promotion. Differences in standards or issue, the importation of X1 and X2 from discrete or a-1, in the broadest sense of differences or problems, the input (X1, X2) in the interval [-1, 1] X [1, 1] arbitrary value. while output Y = sign (x1, x2), in which the sign () to sign function in the interval [-1, 1] X [1, 1] with randomly generated 500 samples. the standard procedure used in the BP Network classification.
Platform: | Size: 52224 | Author: 刘波 | Hits:

[AI-NN-PRC++BP

Description: C++的BP算法源程序,很经典的,可以参考啊!-C BP algorithm source, the classic, reference ah!
Platform: | Size: 5120 | Author: qf | Hits:

[AI-NN-PRC++BPCHENGXU

Description: C++的BP算法程序,这个程序是我从网上找到的,希望对大家能有用-C BP algorithm procedures, which is what I got from the Internet, I hope we can be useful right
Platform: | Size: 2048 | Author: fu | Hits:

[Windows Developbp

Description: 用C++实现的bp算法程序 绝对经典,不容错过-C bp algorithm to achieve the absolute classic procedure, not to be missed
Platform: | Size: 2048 | Author: 李良 | Hits:

[Otherbp

Description: bp神经网络源程序,很好用,希望对大家有帮助-bp neural network source code, very good, and I hope all of you help
Platform: | Size: 1024 | Author: lisa | Hits:

[AI-NN-PRBP(C)

Description: BP神经网络程序,用C语言编写,支持外部配置,相同的数据,同一组参数,每次训练的结果都相同!-BP neural network procedure, using C language, support for external configuration, the same data, the same set of parameters, each time the results of training are the same!
Platform: | Size: 6144 | Author: myname | Hits:

[AI-NN-PRC++BP

Description: bp算法(神经网络) 简单实现 可帮助初学者理解算法的基本思路-bp algorithm (neural network) can help realize a simple algorithm for beginners to understand the basic ideas
Platform: | Size: 2048 | Author: chenlei | Hits:
« 12 3 4 5 6 7 8 9 10 ... 44 »

CodeBus www.codebus.net